@charset "utf-8";
/* CSS Document */


@property --c {
    syntax: '<color>';
    inherits: false;
    initial-value: #6C1AC5;
}
@property --icoScale {
    syntax: '<width>';
    inherit: false;
    initial-value: 80%;
}

@property --btnScale {
    syntax: '<width>';
    inherit: false;
    initial-value: 80px;
}

nav {
    display: block;
    float: right;
    position: sticky;
    margin-right: 20px;
    margin-top: 50px;
    z-index: 17;
}

@property --logoWidthMax {
    syntax: '<width>';
    inherit: false;
    initial-value: 583px;
}

@property --margin {
    syntax: '<margin>';
    inherit: false;
    initial-value: auto;
}
body {
    max-height: 8520px;
    height: 100%;
    overflow-y: scroll;
    background-image: linear-gradient(to top, #1c003d, #99007f);
    background-attachment: fixed;
    
}

main {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#logo {
    z-index: 15;
    position: relative;
    width: 100%;
    height: 643px;
    
}

#logosrc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    min-width: 400px;
    transition: 0.15s ease-in-out;
}
#logosrc:hover {
    transform:scale(1.01);
    filter: saturate(1.3);
    
}

#sociallnks {
    width: 50%;
    height: 500px;
    margin-top: 130px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#sclbtn-column {
    display: block;
    width: 100%;
    height: inherit;
}


/*Social Link Buttons*/


.sclbtn-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-self: center;
    justify-content: center;
    
}

#cashapp {
    display: inherit;
}
#cshap {
    width: 80%;
    height: 80%;
    align-self: center;
    margin-left: 10%;
    filter:invert(1);
}

#streamloots {
    display: inherit;
}
#strmlts {
    width: 80px;
    filter:brightness(0)invert(1);
}

#thronewshlt {
    display: inherit;
}
#thrn {
    width: 65px;
    margin-left: 10%;
    filter:invert(1);
}

#kofi {
    display: inherit;
}
#kf {
    width: 65px;
    margin-top: 5%;
    margin-left: 13%;
    
    filter:invert(1);
}

#twitch {
    width: 45%;
    min-width: 350px;
    position: relative;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    margin-top: 1%;
}
#twch {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-left: 8%;
    filter:invert(1);
}
#twch-text {
    display: inline-block;
    font-family: Permanent Marker;
    width: 100%;
    color: white;
    position: sticky;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: auto;
    margin-left: 9%;
}

#discord {
    width: 45%;
    min-width: 350px;
    position: relative;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
#dscd {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-left: 8%;
    filter:invert(1);
}
#dscd-text {
    display: inline-block;
    font-family: Permanent Marker;
    width: 100%;
    color: white;
    position: sticky;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    margin-top: 11px;
    margin-left: 9%;
    
}

#twitter {
    width: 45%;
    min-width: 350px;
    position: relative;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
#twt {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-left: 8%;
    filter:invert(1);
}

#twt-text {
    display: inline-block;
    font-family: Permanent Marker;
    width: 100%;
    color: white;
    position: sticky;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    margin-top: 11px;
    margin-left: 9%;
}

/*Dropdown Menu*/

.dropdown-content a {
    font-family: Permanent Marker;
    font-size: 0px;
    color: white;
    text-align: center;
    position: relative;
    padding: 15px 13px;
    text-decoration: none;
    display: block;
    transition: font-size 0.25s ease-out 0.3s;
}

.dropdown {
    position: fixed;
    display: block;
    margin-right: 0px;
    
}

.dropdown-content {
    display: block;
    position: relative;
    background-image: linear-gradient(to top right, var(--c), #e83fd4);
    height: 0px;
    width: 200px;
    margin-top: 5%;
    margin-left: 20%;
    padding: 5px 0px;
    border: none;
    border-radius: 50px;
    filter:drop-shadow(0px 10px 5px rgba(57, 48, 82, 0.75));
    z-index: 16;
    transition: --c 0.4s;
    transition: height .25s ease-in-out 0.27s, padding .25s ease-out 0.27s, transform 0.2s ease-in-out;
}

.dropdown:hover .dropdown-content{
    transform:translateX(-125%);
    height: 200px;
    padding: 35px 0px;
}

.dropdown:hover .dropdown-content a{
    font-size: 26px;
}

.dropdown-content a:hover {
    background-color: rgba(0,0,0,0.05);
}

.dropdown-content:hover {
    --c:cyan;
}

/*Buttons*/

.circle-btn {
    --c:#6C1AC5;
    height: 80px;
    min-height: 80px;
    width: 80px;
    min-width: 80px;
    display: inherit;
    background-image: linear-gradient(to top right, var(--c), #e83fd4);
    border: none;
    border-radius: 50%;
    margin: 1.5%;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s, --c 0.4s;
    
}

.navbtn {
    display: block;
    transform: rotate(90deg);
    margin-left: -30%;
}

.bar-btn {
    --c:#6C1AC5;
    height: 65px;
    width: 425px;
    display: block;
    background-image: linear-gradient(to top right, var(--c), #e83fd4);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.3s, --c 0.4s;
    text-decoration: none;
    
}

.nav-btn {
    --c:#6C1AC5;
    height: 175px;
    width: 65px;
    display: inline-block;
    background-image: linear-gradient(to top right, var(--c), #e83fd4);
    border: none;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    transition: height 0.3s, --c 0.4s;
    
}

.circle-btn:hover {
    transform:scale(1.1) rotate(15deg);
    --c:cyan;
    
}

.bar-btn:hover {
    transform:scale(1.05) rotate(0.5deg);
    --c:cyan;
    
}

.nav-btn:focus,
.nav-btn:hover {
    height: 280px;
    --c:cyan;
}

/*Fonts*/

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

/*Background*/

/* Responsive Design */
@media (max-width: 768px) {
    body {
        overflow-y: auto;
    }

    #logosrc {
		width: 80%;
		min-width: 200px;
	}
	
	#sociallnks {
		width: 90%;
		margin-top: 50px;
	}
	
	.sclbtn-row {
		display: flex;
		flex-direction: row; /* Ensure buttons are in a row */
		justify-content: center; /* Center the buttons */
		flex-wrap: wrap; /* Allow wrapping if needed */
	}
	
	.circle-btn {
        width: 40px; /* Adjusted width for mobile */
        height: 40px; /* Adjusted height for mobile */
        margin: 5px; /* Adjusted margin for spacing */
    }
	
	.bar-btn {
		width: 90%;
		height: 50px;
		margin: 10px auto;
	}
	
	#twch-text, #dscd-text, #twt-text {
        font-size: 24px; /* Adjusted font size for better readability on mobile */
        margin-top: 5px;
    }
	
	.nav-btn {
		width: 50px;
		height: 150px;
	}
}
